object fOptionsSoundsDlg: TfOptionsSoundsDlg Left = 323 Top = 329 BorderStyle = bsDialog Caption = 'fOptionsSoundsDlg' ClientHeight = 357 ClientWidth = 524 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object htmlSounds: THTMLabel Left = 22 Top = 21 Width = 480 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end object bvlBottom: TBevel Left = 0 Top = 307 Width = 524 Height = 50 Align = alBottom Shape = bsTopLine end object lvwSounds: TListView Left = 22 Top = 92 Width = 480 Height = 167 Checkboxes = True Columns = < item Caption = 'Description' Width = 300 end item Caption = 'Sound' Width = 300 end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnChange = lvwSoundsChange OnChanging = lvwSoundsChanging OnDblClick = btnEditSoundClick OnSelectItem = lvwSoundsSelectItem end object btnEditSound: TButton Left = 405 Top = 267 Width = 97 Height = 25 Caption = 'btnEditSound' Enabled = False TabOrder = 1 OnClick = btnEditSoundClick end object btnOK: TButton Left = 343 Top = 320 Width = 75 Height = 25 Caption = 'btnOK' Default = True TabOrder = 2 OnClick = btnOKClick end object btnCancel: TButton Left = 427 Top = 320 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 3 end end